home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
comm
/
misc
/
dring.lha
/
rexx
/
rings.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-02-14
|
136b
|
12 lines
/* Set rings before answer */
ADDRESS DRING
parse arg num
if num~="" THEN
"Rings" num
else
say "USAGE: rings.rexx <rings>"
endif